字典APP>英语词典>element ID翻译和用法

element ID

英 [ˈelɪmənt ˌaɪ ˈdiː]

美 [ˈelɪmənt ˌaɪ ˈdiː]

网络  静默标识; 单元标识

计算机

双语例句

  • The id element under the subject element specifies an ID for the subject, which can be used in combination with the security-realm name when configuring run-as and default subjects as we show later.
    subject元素下的id元素为subject指定ID,可在配置Run-as主体和缺省主体时与security-realm名称结合使用,详见后文中所述。
  • This code creates a jQuery object using the DOM element with an ID of username.
    该代码使用ID为username的DOM元素创建了一个jQuery对象。
  • In this particular instance, you are saying that you want to select all li elements that are children of the element with the ID "list".
    在这个具体实例中,假设您想选择所有li元素,这是ID为list的元素的子元素。
  • This returns an array of the child elements of the theRow variable ( which you earlier set to the element with ID row-001).
    这将返回theRow变量(之前已设为ID为row-001的元素)的所有子元素的数组。
  • Generally speaking, these selectors make the process of obtaining a reference to an HTML element much faster, and allows you to search for the element by ID, class name, element type, or by using a series of pseudo-selectors.
    通常来说,这些选择器会使获得HTML元素引用的过程快很多,并允许通过ID、类名、元素类型甚至使用一组伪选择器(pseudo-selector)来查找元素。
  • Finding an element based on its ID, element type, or CSS class name is very useful, but what if you want to find an element based on its position in the DOM tree.
    根据ID、元素类型或CSS类名查找元素非常有用,但如何根据元素在DOM树中的位置执行查找呢?
  • ExtJS works in a similar manner, with the following syntax for selecting an element by ID
    ExtJS使用类似的方式,用以下语法根据ID选取元素
  • Say you have a div element with the id the-box
    假设您有一个div元素,其id是the-box
  • In the last section, you learned how to get a reference to a single DOM element using its id attribute.
    在最后这一小节,您将学习如何通过使用其id属性获取对单个DOM元素的引用。
  • When you want an event on one element to cause an action to occur on another element, assign id attributes to SVG elements and reference them.
    如果希望一个元素上的事件可以引发对另一个元素的操作,可以对SVG元素指定id属性,然后引用它们。